home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Config.dll / 0 / RCDATA / TFORMCONFIGADJUNTOSPELIGROSOS / TFORMCONFIGADJUNTOSPELIGROSOS.txt < prev   
Text File  |  2008-07-21  |  3KB  |  125 lines

  1. object FormConfigAdjuntosPeligrosos: TFormConfigAdjuntosPeligrosos
  2.   Left = 432
  3.   Top = 201
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Configuraci∩┐╜n de archivos adjuntos peligrosos'
  7.   ClientHeight = 178
  8.   ClientWidth = 422
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Scaled = False
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object GrpAdjuntosPeligrosos: TPlaGroupBox
  25.     Tag = 15900
  26.     Left = 14
  27.     Top = 7
  28.     Width = 394
  29.     Height = 122
  30.     TitleFont.Charset = DEFAULT_CHARSET
  31.     TitleFont.Color = 13977088
  32.     TitleFont.Height = -11
  33.     TitleFont.Name = 'Tahoma'
  34.     TitleFont.Style = []
  35.     Caption = 'Archivos adjuntos potencialmente peligrosos'
  36.     TabOrder = 0
  37.     object TxtInfoAdjuntosPeligrosos: TLabel
  38.       Tag = 16000
  39.       Left = 57
  40.       Top = 22
  41.       Width = 327
  42.       Height = 26
  43.       AutoSize = False
  44.       Caption = 
  45.         'Indica qu∩┐╜ tipo de archivos deseas que sean considerados peligro' +
  46.         'sos.'
  47.       Transparent = True
  48.       WordWrap = True
  49.     end
  50.     object ImgAdjuntosPeligrosos: TImage
  51.       Left = 10
  52.       Top = 22
  53.       Width = 32
  54.       Height = 32
  55.       Picture.Data = {<image001.bmp>}
  56.       Transparent = True
  57.     end
  58.     object PlaCheckBoxMIMEIncorrecto: TPlaCheckBox
  59.       Tag = 16100
  60.       Left = 57
  61.       Top = 56
  62.       Width = 183
  63.       Height = 16
  64.       HelpContext = 217
  65.       Caption = 'Archivos con tipo MIME incorrecto'
  66.       TabOrder = 0
  67.     end
  68.     object PlaCheckBoxDobleExtension: TPlaCheckBox
  69.       Left = 57
  70.       Top = 74
  71.       Width = 161
  72.       Height = 16
  73.       HelpContext = 217
  74.       Caption = 'Archivos con doble extensi∩┐╜n'
  75.       TabOrder = 1
  76.     end
  77.     object PlaCheckBoxExtensiones: TPlaCheckBox
  78.       Left = 57
  79.       Top = 92
  80.       Width = 210
  81.       Height = 16
  82.       HelpContext = 218
  83.       Caption = 'Archivos con las siguientes extensiones'
  84.       TabOrder = 2
  85.       OnClick = PlaCheckBoxExtensionesClick
  86.     end
  87.     object PlaButtonExtensiones: TPlaButton
  88.       Left = 297
  89.       Top = 89
  90.       Width = 85
  91.       Height = 21
  92.       HelpContext = 219
  93.       Caption = 'Extensiones...'
  94.       TabOrder = 3
  95.       OnClick = PlaButtonExtensionesClick
  96.     end
  97.   end
  98.   object ButtonAceptar: TPlaButton
  99.     Tag = 2200
  100.     Left = 254
  101.     Top = 146
  102.     Width = 73
  103.     Height = 21
  104.     HelpContext = 193
  105.     Caption = '&Aceptar'
  106.     TabOrder = 1
  107.     OnClick = ButtonAceptarClick
  108.     Default = True
  109.     ModalResult = 1
  110.   end
  111.   object ButtonCancelar: TPlaButton
  112.     Tag = 2400
  113.     Left = 335
  114.     Top = 146
  115.     Width = 73
  116.     Height = 21
  117.     HelpContext = 194
  118.     Caption = '&Cancelar'
  119.     TabOrder = 2
  120.     TabStop = False
  121.     Cancel = True
  122.     ModalResult = 2
  123.   end
  124. end
  125.